![]() | ![]() | ![]() | ![]() |
When migrating SAS Performance Management Solutions from a 32-bit (SAS release 9.1.3) to a 64-bit (SAS release 9.2) Microsoft Windows operating system, use the SAS MIGRATE procedure (PROC MIGRATE) to convert all data sets in custom/user-defined SAS libraries from 32-bit format to 64-bit format.
SAS libraries in the SAS Configuration directory are converted automatically by the SAS Migration Utility (SMU) during the configuration process. However, you must manually convert any other SAS libraries after the configuration process is complete.
From a SAS session, run PROC MIGRATE for each of your custom libraries.
Note: The location of your libraries will differ from the example below:
/* Solutions Repository */ LIBNAME Conform BASE "C:\SAS\Config\Lev1\Data\ConformedDataMart"; libname tempconf 'c:\tempconf'; proc migrate in=conform out=tempconf; run; proc copy in=tempconf out=conform constraint=yes; run;
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Strategy Management | Microsoft® Windows® for x64 | 5.1 | 5.2 | 9.2 TS2M2 | 9.2 TS2M3 |
SAS System | SAS Human Capital Management | Microsoft® Windows® for x64 | 5.1 | 5.2 | 9.2 TS2M2 | 9.2 TS2M3 |
SAS System | SAS Financial Management | Microsoft® Windows® for x64 | 5.1 | 5.2 | 9.2 TS2M2 | 9.2 TS2M3 |